CxCvsLib Helper Objects
The CvsLib Object employs employ a library of helper request and response objects, which are used for passing in a request, getting a response back, and storing real-time records:
| Request and Response Objects | Other Support Objects | |||||
|---|---|---|---|---|---|---|
| CvsClient Method | CxCvsLib Request Object | CxCvsLib Response Object |
|
|
|
|
| AlphaGet | AlphaGetReq | AlphaGetResp |
|
|||
| AlphaGetRtREx | AlphaGetRtRExReq | AlphaGetRtRExResp |
|
|||
| GetNamedRec | GetNamedRecReq | GetNamedRecResp |
|
|||
| GetNamedRtREx | GetNamedRtRExReq | GetNamedRtRExResp |
|
|||
| GetNamedSRtREx | GetNamedSRtRExReq | GetNamedSRtRExResp |
|
|||
| GetRec | GetRecReq | GetRecResp |
|
|||
| GetRefs | GetRefsReq | GetRefsResp | ||||
| GetRtREx | GetRtRExReq | GetRtRExResp |
|
|||
| GetShortNamedRec | GetShortNamedRecReq | GetShortNamedRecResp |
|
|||
| GetShortRec | GetShortRecReq | GetShortRecResp |
|
|||
| GetSNamedRtREx | GetSNamedRtRExReq | GetSNamedRtRExResp | ||||
| GetSRtREx | GetSRtRExReq | GetSRtRExResp |
|
|||
| MatchName | MatchNamedReq | MatchNamedResp |
|
|||
| MatchNamedRtREx | MatchNamedRtRExReq | MatchNamedRtRExResp |
|
|||
| SetRecord | SetRecordReq | SetRecordResp |
|
|||
| SetRtREx | SetRtRExReq | SetRtRExResp |
|
|||
These objects are declared using, for example:
|
Set req = CreateObject("CxCvsLib.GetNamedRecReq") Set resp = CreateObject("CxCvsLib.Match NameResp") |
More:



